GUI (grafical user interface) - ορισμός. Τι είναι το GUI (grafical user interface)
Diclib.com
Λεξικό ChatGPT
Εισάγετε μια λέξη ή φράση σε οποιαδήποτε γλώσσα 👆
Γλώσσα:

Μετάφραση και ανάλυση λέξεων από την τεχνητή νοημοσύνη ChatGPT

Σε αυτήν τη σελίδα μπορείτε να λάβετε μια λεπτομερή ανάλυση μιας λέξης ή μιας φράσης, η οποία δημιουργήθηκε χρησιμοποιώντας το ChatGPT, την καλύτερη τεχνολογία τεχνητής νοημοσύνης μέχρι σήμερα:

  • πώς χρησιμοποιείται η λέξη
  • συχνότητα χρήσης
  • χρησιμοποιείται πιο συχνά στον προφορικό ή γραπτό λόγο
  • επιλογές μετάφρασης λέξεων
  • παραδείγματα χρήσης (πολλές φράσεις με μετάφραση)
  • ετυμολογία

Τι (ποιος) είναι GUI (grafical user interface) - ορισμός

SOFTWARE DEVELOPMENT TOOL
GUI Builder; GUI builders; GUI builder; User interface builder; Gui builder; List of GUI builders; List of graphical user interface builders; GUI designer; Form desinger; Form designer
  • [[NetBeans]] GUI builder

Graphical user interface builder         
A graphical user interface builder (or GUI builder), also known as GUI designer or sometimes RAD IDE, is a software development tool that simplifies the creation of GUIs by allowing the designer to arrange graphical control elements (often called widgets) using a drag-and-drop WYSIWYG editor. Without a GUI builder, a GUI must be built by manually specifying each widget's parameters in source-code, with no visual feedback until the program is run.
User interface design         
  • The graphical user interface is presented (displayed) on the computer screen. It is the result of processed user input and usually the primary interface for human-machine interaction. The [[touch user interface]]s popular on small mobile devices are an overlay of the visual output to the visual input.
  • Printable template for mobile and desktop app design ([[PDF]])
SYSTEM OF DESIGN USER INTERFACE FOR MACHINES
User interface engineering; User Interface Software Engineering; Interface designer; Interface design; User Interface Design; Website navigation; User Interface design; UI design; GUI design; User Interaction Engineering; Interface Design; Graphic interface design; User Interface Engineering
User interface (UI) design or user interface engineering is the design of user interfaces for machines and software, such as computers, home appliances, mobile devices, and other electronic devices, with the focus on maximizing usability and the user experience. In computer or software design, user interface (UI) design primarily focuses on information architecture.
Terminal User Interface         
  • The [[FreeDOS]] Edit user interface
  • Embedded system displaying menu on an LCD screen
  • Screenshot of the desktop of an Oberon System showing an image and several text viewers
  • Snapshot of 'XFdrake', a TUI used in [[Mandriva Linux]] to configure the graphical system
TYPE OF INTERFACE BASED ON OUTPUTTING TO OR CONTROLLING A TEXT DISPLAY
Text User Interface; Text-based (computing); Textual user interface; Terminal user interface; SMG$; Text based; Text-based; Text user interface; Text-based interface; Text-based User Interface; Character-based; Character-based user interface; Text based interface; Text-only; Text-mode user interface

Βικιπαίδεια

Graphical user interface builder

A graphical user interface builder (or GUI builder), also known as GUI designer or sometimes RAD IDE, is a software development tool that simplifies the creation of GUIs by allowing the designer to arrange graphical control elements (often called widgets) using a drag-and-drop WYSIWYG editor. Without a GUI builder, a GUI must be built by manually specifying each widget's parameters in source-code, with no visual feedback until the program is run. Such tools usually called the term RAD IDE.

User interfaces are commonly programmed using an event-driven architecture, so GUI builders also simplify creating event-driven code. This supporting code connects software widgets with the outgoing and incoming events that trigger the functions providing the application logic.

Some graphical user interface builders automatically generate all the source code for a graphical control element. Others, like Interface Builder or Glade Interface Designer, generate serialized object instances that are then loaded by the application.